module Base
{
    item Detail_Freckles
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Freckles,
        BodyLocation = SPNCC:BodyDetail,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }

    item Detail_Moles
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Moles,
        BodyLocation = SPNCC:BodyDetail,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }

    item Detail_MissingEye
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_MissingEye,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }

    item Detail_Burn
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Burn,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }
	
    item Detail_Scar_Face
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Scar_Face,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }
	
    item Detail_Scar_Body_Chest
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Scar_Body_Chest,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }
	
    item Detail_Scar_Body_Stomach
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Scar_Body_Stomach,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }
	
    item Detail_Scar_Body_Other
    {
        DisplayCategory = MaleBody,
        ItemType = base:clothing,
        ClothingItem = Detail_Scar_Body_Other,
        BodyLocation = SPNCC:BodyDetail2,
        Tags = SPNCC:BodyDetail,
        hidden = true,
    }
}
